home *** CD-ROM | disk | FTP | other *** search
/ Tabloid Beauties (Italian) / Saranno famos.iso / DATA / JUSTIN.DIR / 00128_Script_128 < prev    next >
Text File  |  1995-03-07  |  355b  |  13 lines

  1. on exitFrame
  2.   global WhichGirlFile,ZoomStatus
  3.   put "Justin" into WhichGirlFile
  4.   put 0 into ZoomStatus
  5.   preload "Justin4"
  6.   put the pathname into Temp
  7.   if the machinetype <> 256 then
  8.     put Temp & "MOVIES:Justin.MOV" into FName
  9.   else
  10.     put Temp & "MOVIES\Justin.MOV" into FName
  11.   end if
  12.   set the filename of cast "QT.MOV" to FName
  13. end